FlexPivot for WinForms
SameValues メソッド

C1.PivotEngine アセンブリ > C1.PivotEngine 名前空間 > ValueSet<T> クラス : SameValues メソッド
Array containing the values to compare.
Determines whether the values in this set are the same as the ones in a given array.
シンタックス
'宣言
 
Public Function SameValues( _
   ByVal values() As T _
) As System.Boolean
public System.bool SameValues( 
   T[] values
)

パラメータ

values
Array containing the values to compare.

戻り値の型

True if the values in this set are the same as the ones in the values array.
参照

ValueSet<T> クラス
ValueSet<T> メンバ